home *** CD-ROM | disk | FTP | other *** search
- Date: Thu, 9 Jun 94 23:32 BST-1
- From: Mark Himsley <mdsh@cix.compulink.co.uk>
- Subject: Re: Key Short-Cuts
- To: gem-list@world.std.com
- Message-Id: <memo.341037@cix.compulink.co.uk>
- Precedence: bulk
-
-
- In-Reply-To: <Pine.3.87.9406090105.B26810-0100000@undergrad>
-
-
- >To distinguish between Ctrl-H and Backspace, you know that the code for
- >Backspace isn't going to change, so Ctrl-H is something with the same
- >ascii code but a different scancode,
-
- Why not just check if ctrl is pressed? evnt_multi() can, and evnt_mouse()
- does return the state of the keyboard modifier keys (L-SHIFT, R-SHIFT, CTRL,
- ALT)
-
- Mark H.
- mdsh@cix.compulink.co.uk
-